Class PartyApplicationEditorUseDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.party.server.entity.PartyApplicationEditorUseDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PartyApplicationEditorUseDetailPartyApplicationEditorUseDetail(PartyApplicationEditorUseDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyApplicationEditorUseDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetApplicationEditor(EntityPermission entityPermission) getApplicationEditor(Session session) getApplicationEditor(Session session, EntityPermission entityPermission) getApplicationEditorForUpdate(Session session) booleangetApplicationEditorUse(EntityPermission entityPermission) getApplicationEditorUse(Session session) getApplicationEditorUse(Session session, EntityPermission entityPermission) getApplicationEditorUseForUpdate(Session session) booleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyApplicationEditorUse(EntityPermission entityPermission) getPartyApplicationEditorUse(Session session) getPartyApplicationEditorUse(Session session, EntityPermission entityPermission) booleangetPartyForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetApplicationEditorPK(ApplicationEditorPK applicationEditorPK) voidvoidsetApplicationEditorUsePK(ApplicationEditorUsePK applicationEditorUsePK) voidsetFromTime(Long fromTime) voidvoidvoidvoidsetPartyApplicationEditorUsePK(PartyApplicationEditorUsePK partyApplicationEditorUsePK) voidsetPartyPK(PartyPK partyPK) voidsetPreferredHeight(Integer preferredHeight) voidsetPreferredWidth(Integer preferredWidth) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyApplicationEditorUseDetail
Creates a new instance of PartyApplicationEditorUseDetail- Throws:
PersistenceException
-
PartyApplicationEditorUseDetail
public PartyApplicationEditorUseDetail(PartyApplicationEditorUseDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyApplicationEditorUseDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPartyApplicationEditorUseDetailValue
-
setPartyApplicationEditorUseDetailValue
public void setPartyApplicationEditorUseDetailValue(PartyApplicationEditorUseDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyApplicationEditorUsePK
-
getPartyApplicationEditorUse
public PartyApplicationEditorUse getPartyApplicationEditorUse(Session session, EntityPermission entityPermission) -
getPartyApplicationEditorUse
-
getPartyApplicationEditorUse
-
getPartyApplicationEditorUse
-
getPartyApplicationEditorUseForUpdate
-
getPartyApplicationEditorUseForUpdate
-
setPartyApplicationEditorUsePK
public void setPartyApplicationEditorUsePK(PartyApplicationEditorUsePK partyApplicationEditorUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyApplicationEditorUse
-
getPartyApplicationEditorUsePKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getApplicationEditorUsePK
-
getApplicationEditorUse
public ApplicationEditorUse getApplicationEditorUse(Session session, EntityPermission entityPermission) -
getApplicationEditorUse
-
getApplicationEditorUse
-
getApplicationEditorUse
-
getApplicationEditorUseForUpdate
-
getApplicationEditorUseForUpdate
-
setApplicationEditorUsePK
public void setApplicationEditorUsePK(ApplicationEditorUsePK applicationEditorUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApplicationEditorUse
-
getApplicationEditorUsePKHasBeenModified
-
getApplicationEditorPK
-
getApplicationEditor
-
getApplicationEditor
-
getApplicationEditor
-
getApplicationEditor
-
getApplicationEditorForUpdate
-
getApplicationEditorForUpdate
-
setApplicationEditorPK
public void setApplicationEditorPK(ApplicationEditorPK applicationEditorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApplicationEditor
-
getApplicationEditorPKHasBeenModified
-
getPreferredHeight
-
setPreferredHeight
public void setPreferredHeight(Integer preferredHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPreferredHeightHasBeenModified
-
getPreferredWidth
-
setPreferredWidth
public void setPreferredWidth(Integer preferredWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPreferredWidthHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-