| java.lang.Object org.jfolder.services.base.AbstractBaseServiceBean
All known Subclasses: org.jfolder.services.console.ConsoleServiceBean, org.jfolder.services.governor.GovernorServiceBean, org.jfolder.services.dms.DMSServiceBean, org.jfolder.services.workflow.WorkflowServiceBean, org.jfolder.services.project.ProjectServiceBean, org.jfolder.services.config.ConfigServiceBean,
AbstractBaseServiceBean | abstract public class AbstractBaseServiceBean implements BaseService(Code) | | |
Method Summary | |
protected SecurityAudit | accessAudit(BigDecimal inId, Connection inConn, SystemStore inSs) | protected SystemEntityProperties | accessProperties(ConceptTagCharacteristic inCtchar, int inIndex, BigDecimal inId, Connection inConn, SystemStore inSs) | protected UserIdentity | accessUser(BigDecimal inId, Connection inConn, SystemStore inSs) | protected ConceptTagCharacteristic | createResultsCtchar(ConceptTagCharacteristic inParentCtchar, int inIndex) | protected SecurityAudit | getSecurityAuditFromResults(Connection inConn, SystemStore inSs, SystemResultSet inSrs, int inIndex) | protected BigDecimal | getSecurityAuditIdFromResults(SystemResultSet inSrs, int inIndex) | protected SelectStatement | getSecurityAuditSelectWithoutWhereClause() | protected BigDecimal | saveAudit(SecurityAudit inSa, Connection inConn, SystemStore inSs) | protected BigDecimal | saveProperties(SystemEntityPropertiesUpdates inSepu, BigDecimal inId, Connection inConn, SystemStore inSs) | protected BigDecimal | saveUser(UserIdentity inUi, Connection inConn, SystemStore inSs) |
AbstractBaseServiceBean | protected AbstractBaseServiceBean()(Code) | | |
getSecurityAuditSelectWithoutWhereClause | protected SelectStatement getSecurityAuditSelectWithoutWhereClause()(Code) | | |
|
|