Uses of Interface
com.orchestranetworks.userservice.UserService
Packages that use UserService
Package
Description
A public API for user services.
A public API for declaring user services.
-
Uses of UserService in com.orchestranetworks.userservice
Subinterfaces of UserService in com.orchestranetworks.userserviceModifier and TypeInterfaceDescriptioninterfaceUserServiceExtended<S extends EntitySelection>Extended interface that can be implemented by a user service.interfaceUserServiceForCreate<S extends EntitySelection>Extended interface that can be implemented by a user service replacing a creation form. -
Uses of UserService in com.orchestranetworks.userservice.declaration
Methods in com.orchestranetworks.userservice.declaration that return UserServiceModifier and TypeMethodDescriptiondefault UserService<S>UserServiceDeclaration.createUserService()Creates a new user service implementation. -
Uses of UserService in com.orchestranetworks.userservice.schema
Methods in com.orchestranetworks.userservice.schema that return UserServiceModifier and TypeMethodDescriptionUserServiceAssociationRecordFormFactory.newUserServiceForCreate(UserServiceAssociationRecordFormContext.ForCreate aContext) Creates and returns a new instance ofUserServicefor creating a record in the context of an association.UserServiceRecordFormFactory.newUserServiceForCreate(UserServiceRecordFormContext.ForCreate aContext) Creates and returns a new instance ofUserServicefor creating a record.UserServiceAssociationRecordFormFactory.newUserServiceForDefault(UserServiceAssociationRecordFormContext.ForDefault aContext) Creates and returns a new instance ofUserServicefor displaying a record on consultation or on modification in the context of an association.UserServiceRecordFormFactory.newUserServiceForDefault(UserServiceRecordFormContext.ForDefault aSelection) Creates and returns a new instance ofUserServicefor displaying a record on consultation or on modification.UserServiceAssociationRecordFormFactory.newUserServiceForDuplicate(UserServiceAssociationRecordFormContext.ForDuplicate aContext) Creates and returns a new instance ofUserServicefor duplicating a record in the context of an association.UserServiceRecordFormFactory.newUserServiceForDuplicate(UserServiceRecordFormContext.ForDuplicate aSelection) Creates and returns a new instance ofUserServicefor duplicating a record.