- java.lang.Object
- 
- aeonics.template.Item<Group.Type>
- 
- aeonics.entity.security.Group
 
 
- 
 public class Group extends Item<Group.Type> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGroup.TypeSuperclass for all group entities.
 - 
Field SummaryFields Modifier and Type Field Description static Group.TypeADMINISTRATORSstatic Group.TypeUSERS
 - 
Constructor SummaryConstructors Constructor Description Group()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<? extends Group>category()Returns the target entity category.protected java.util.function.Supplier<? extends Group.Type>defaultCreator()Returns the default target entity creator.protected java.lang.Class<? extends Group.Type>defaultTarget()Returns the default target entity type.Template<? extends Group.Type>template()Returns the template to build the target entity.
 
- 
- 
- 
Field Detail- 
ADMINISTRATORSpublic static final Group.Type ADMINISTRATORS 
 - 
USERSpublic static final Group.Type USERS 
 
- 
 - 
Method Detail- 
defaultTargetprotected java.lang.Class<? extends Group.Type> defaultTarget() Description copied from class:ItemReturns the default target entity type. This method should be implemented by subclasses to specify the target entity type.- Specified by:
- defaultTargetin class- Item<Group.Type>
- Returns:
- the default target entity type
 
 - 
defaultCreatorprotected java.util.function.Supplier<? extends Group.Type> defaultCreator() Description copied from class:ItemReturns the default target entity creator. This method should be implemented by subclasses to specify the entity creator.- Specified by:
- defaultCreatorin class- Item<Group.Type>
- Returns:
- the default target entity creator
 
 - 
categoryprotected java.lang.Class<? extends Group> category() Description copied from class:ItemReturns the target entity category. This method should be implemented by subclasses to specify the entity category.- Specified by:
- categoryin class- Item<Group.Type>
- Returns:
- the target entity category
 
 - 
templatepublic Template<? extends Group.Type> template() Description copied from class:ItemReturns the template to build the target entity.This method should ultimately be used to provide the final entity template. Although, it may also provide a partial template that subclassed may complement. - Overrides:
- templatein class- Item<Group.Type>
- Returns:
- the matching entity template
 
 
- 
 
-