@Entity public class AdminSectionImpl extends Object implements AdminSection
| Modifier and Type | Field and Description |
|---|---|
protected String |
ceilingEntity |
protected String |
displayController
Deprecated.
|
protected Integer |
displayOrder |
protected Boolean |
folderable |
protected Boolean |
folderedByDefault |
protected Long |
id |
protected AdminModule |
module |
protected String |
name |
protected List<AdminPermission> |
permissions |
protected String |
sectionKey |
protected String |
url |
protected Boolean |
useDefaultHandler
Deprecated.
|
| Constructor and Description |
|---|
AdminSectionImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCeilingEntity() |
String |
getDisplayController()
Deprecated.
|
Integer |
getDisplayOrder() |
Long |
getId() |
AdminModule |
getModule() |
String |
getName() |
List<AdminPermission> |
getPermissions() |
String |
getSectionKey() |
String |
getUrl() |
Boolean |
getUseDefaultHandler()
Deprecated.
|
boolean |
isFolderable() |
boolean |
isFolderedByDefault() |
void |
setCeilingEntity(String ceilingEntity) |
void |
setDisplayController(String displayController)
Deprecated.
|
void |
setDisplayOrder(Integer displayOrder) |
void |
setFolderable(boolean folderable) |
void |
setFolderedByDefault(boolean folderedByDefault) |
void |
setId(Long id) |
void |
setModule(AdminModule module) |
void |
setName(String name) |
void |
setPermissions(List<AdminPermission> permissions) |
void |
setSectionKey(String sectionKey) |
void |
setUrl(String url) |
void |
setUseDefaultHandler(Boolean useDefaultHandler)
Deprecated.
|
protected Long id
protected String name
protected String sectionKey
protected String url
protected AdminModule module
protected List<AdminPermission> permissions
@Deprecated protected String displayController
@Deprecated protected Boolean useDefaultHandler
protected String ceilingEntity
protected Integer displayOrder
protected Boolean folderable
protected Boolean folderedByDefault
public Long getId()
getId in interface AdminSectionpublic void setId(Long id)
public String getName()
getName in interface AdminSectionpublic void setName(String name)
setName in interface AdminSectionpublic String getSectionKey()
getSectionKey in interface AdminSectionpublic void setSectionKey(String sectionKey)
setSectionKey in interface AdminSectionpublic String getUrl()
getUrl in interface AdminSectionpublic void setUrl(String url)
setUrl in interface AdminSectionpublic AdminModule getModule()
getModule in interface AdminSectionpublic void setModule(AdminModule module)
setModule in interface AdminSectionpublic List<AdminPermission> getPermissions()
getPermissions in interface AdminSectionpublic void setPermissions(List<AdminPermission> permissions)
setPermissions in interface AdminSection@Deprecated public String getDisplayController()
AdminSectiongetDisplayController in interface AdminSection@Deprecated public void setDisplayController(String displayController)
AdminSectionsetDisplayController in interface AdminSection@Deprecated public Boolean getUseDefaultHandler()
AdminSectiongetUseDefaultHandler in interface AdminSection@Deprecated public void setUseDefaultHandler(Boolean useDefaultHandler)
AdminSectionsetUseDefaultHandler in interface AdminSectionpublic String getCeilingEntity()
getCeilingEntity in interface AdminSectionpublic void setCeilingEntity(String ceilingEntity)
setCeilingEntity in interface AdminSectionpublic Integer getDisplayOrder()
getDisplayOrder in interface AdminSectionpublic void setDisplayOrder(Integer displayOrder)
setDisplayOrder in interface AdminSectionpublic boolean isFolderable()
isFolderable in interface AdminSectionpublic void setFolderable(boolean folderable)
setFolderable in interface AdminSectionpublic boolean isFolderedByDefault()
isFolderedByDefault in interface AdminSectionpublic void setFolderedByDefault(boolean folderedByDefault)
setFolderedByDefault in interface AdminSectionCopyright © 2022. All rights reserved.