public interface GridService extends DataService<GridModel>
Modifier and Type | Method and Description |
---|---|
LangridList<GridModel> |
getAll() |
int |
getPasswordExpiredDay() |
String |
getSelfGridId() |
boolean |
isAutoApproveEnabled() |
boolean |
isCommercialUse() |
void |
setAutoApproveEnabled(boolean autoApproveEnabled) |
void |
setCommercialUse(boolean isCommercialUse) |
void |
setPasswordExpiredDay(int day) |
void |
setSelfGridId(String gridId) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametar
String getSelfGridId() throws ServiceManagerException
ServiceManagerException
void setSelfGridId(String gridId)
int getPasswordExpiredDay() throws ServiceManagerException
ServiceManagerException
void setPasswordExpiredDay(int day) throws ServiceManagerException
ServiceManagerException
boolean isCommercialUse() throws ServiceManagerException
ServiceManagerException
void setCommercialUse(boolean isCommercialUse) throws ServiceManagerException
ServiceManagerException
boolean isAutoApproveEnabled() throws ServiceManagerException
ServiceManagerException
void setAutoApproveEnabled(boolean autoApproveEnabled) throws ServiceManagerException
ServiceManagerException
LangridList<GridModel> getAll() throws ServiceManagerException
ServiceManagerException