Uses of Class
org.compiere.model.MResourceAssignment
-
Packages that use MResourceAssignment Package Description org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MResourceAssignment in org.adempiere.webui.window
Methods in org.adempiere.webui.window that return MResourceAssignment Modifier and Type Method Description MResourceAssignment
InfoSchedule. getMResourceAssignment()
Get AssignmentMResourceAssignment
WAssignmentDialog. getMResourceAssignment()
Get AssignmentMethods in org.adempiere.webui.window with parameters of type MResourceAssignment Modifier and Type Method Description void
InfoSchedule. mAssignmentCallback(MResourceAssignment assignment, boolean createNew, boolean cancelled)
Callback.Constructors in org.adempiere.webui.window with parameters of type MResourceAssignment Constructor Description InfoSchedule(MResourceAssignment mAssignment, boolean createNew)
ConstructorInfoSchedule(MResourceAssignment mAssignment, boolean createNew, Callback<MResourceAssignment> callback)
InfoSchedule(MResourceAssignment mAssignment, boolean createNew, org.zkoss.zk.ui.Component parent, Callback<MResourceAssignment> callback)
ConstructorWAssignmentDialog(MResourceAssignment mAssignment, boolean allowZoom, boolean allowDelete)
Assignment Dialog.Constructor parameters in org.adempiere.webui.window with type arguments of type MResourceAssignment Constructor Description InfoSchedule(MResourceAssignment mAssignment, boolean createNew, Callback<MResourceAssignment> callback)
InfoSchedule(MResourceAssignment mAssignment, boolean createNew, org.zkoss.zk.ui.Component parent, Callback<MResourceAssignment> callback)
Constructor -
Uses of MResourceAssignment in org.compiere.model
Methods in org.compiere.model that return MResourceAssignment Modifier and Type Method Description MResourceAssignment
MAssignmentSlot. getMAssignment()
Get AssugnmentMethods in org.compiere.model with parameters of type MResourceAssignment Modifier and Type Method Description void
MAssignmentSlot. setMAssignment(MResourceAssignment assignment)
Set AssignmentConstructors in org.compiere.model with parameters of type MResourceAssignment Constructor Description MAssignmentSlot(MResourceAssignment assignment)
Assignment Constructor
-