|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectDefinition | |
---|---|
fr.paris.lutece.plugins.stock.business | |
fr.paris.lutece.plugins.stock.service |
Uses of ObjectDefinition in fr.paris.lutece.plugins.stock.business |
---|
Methods in fr.paris.lutece.plugins.stock.business that return ObjectDefinition | |
---|---|
ObjectDefinition |
Product.getObjectDefinition()
Get the object definition for this kind of product |
ObjectDefinition |
Category.getObjectDefinition()
Return the object definition |
ObjectDefinition |
Provider.getObjectDefinition()
Get the object definition for provider class |
Uses of ObjectDefinition in fr.paris.lutece.plugins.stock.service |
---|
Methods in fr.paris.lutece.plugins.stock.service that return ObjectDefinition | |
---|---|
ObjectDefinition |
ProductService.getObjectDefinition()
Return the object definition |
ObjectDefinition |
CategoryService.getObjectDefinition()
Return the ObjectDefinition object of the service |
ObjectDefinition |
TicketProductService.getObjectDefinition()
Return the object definition |
ObjectDefinition |
ProviderService.getObjectDefinition()
Get the specifical ObjectDefinition of the entity object |
ObjectDefinition |
TicketCategoryService.getObjectDefinition()
Return the ObjectDefinition object of the service |
ObjectDefinition |
IProviderService.getObjectDefinition()
Get the specifical ObjectDefinition of the entity object |
ObjectDefinition |
ICategoryService.getObjectDefinition()
Return the ObjectDefinition object of the service |
ObjectDefinition |
IProductService.getObjectDefinition()
Return the object definition |
ObjectDefinition |
GlobalProviderService.getObjectDefinition(java.lang.String strProviderClassName)
Get the ObjectDefinition objects of the given provider entity |
ObjectDefinition |
GlobalProductService.getObjectDefinition(java.lang.String strProductClassName)
Get the ObjectDefinition objects of the given product entity name |
ObjectDefinition |
GlobalCategoryService.getObjectDefinition(java.lang.String strCategoryClassName)
Finds the ObjectDefinition objects of the given category entity name |
Methods in fr.paris.lutece.plugins.stock.service that return types with arguments of type ObjectDefinition | |
---|---|
java.util.List<ObjectDefinition> |
GlobalProviderService.getAllRegisteredObjectDefinition()
Get the ObjectDefinition objects of all the registered services |
java.util.List<ObjectDefinition> |
GlobalCategoryService.getAllRegisteredObjectDefinition()
Get the ObjectDefinition objects of all the registered services |
java.util.List<ObjectDefinition> |
GlobalProductService.getAllRegisteredObjectDefinition(fr.paris.lutece.portal.business.user.AdminUser user)
Get the ObjectDefinition objects of the registered services where the given user is authorized to create |
java.util.List<ObjectDefinition> |
GlobalProviderService.getAuthorizedObjectDefinitionForCreation(fr.paris.lutece.portal.business.user.AdminUser user)
Get the ObjectDefinition objects of the registered services where the given user is authorized to create |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |