Uses of Class
org.compiere.model.MResource
-
Packages that use MResource Package Description org.compiere.model Provides for....org.eevolution.model -
-
Uses of MResource in org.compiere.model
Methods in org.compiere.model that return MResource Modifier and Type Method Description static MResource
MResource. get(int S_Resource_ID)
Get from Cache (immutable)static MResource
MResource. get(Properties ctx, int S_Resource_ID)
Get from Cache (immutable)static MResource
MResource. getCopy(Properties ctx, int S_Resource_ID, String trxName)
Get updateable copy of MResource from cacheMResource
MResource. markImmutable()
Methods in org.compiere.model with parameters of type MResource Modifier and Type Method Description boolean
MProduct. setResource(MResource parent)
Set ResourceConstructors in org.compiere.model with parameters of type MResource Constructor Description MProduct(MResource resource, MResourceType resourceType)
Parent ConstructorMResource(Properties ctx, MResource copy)
MResource(Properties ctx, MResource copy, String trxName)
MResource(MResource copy)
-
Uses of MResource in org.eevolution.model
Methods in org.eevolution.model that return MResource Modifier and Type Method Description MResource
MPPProductPlanning. getS_Resource()
-